@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: "微软雅黑";
	min-width: 1200px;
	overflow-x: hidden;
	/*background: #f7f7f7;*/
}

input,
textarea {
	outline: none;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #ff0036;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
}

.overfw {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mainb {
	width: 1340px;
	margin: 0 auto;
}

.mar30 {
	margin-bottom: 30px;
}

.padd30 {
	padding: 30px 0;
}

.mbotm {
	display: none;
}


/*顶部*/
/*
.head_top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #7c7c7c;
	box-shadow: 5px 5px 15px #ccc;
}*/

.head_news {
	height: 40px;
	background: url(../img/adico.png) 0 center no-repeat;
	color: #fff;
	padding-left: 20px;
	overflow: hidden;
	position: relative;
	width: 60%;
	box-sizing: border-box;
}

.head_news b {
	line-height: 40px;
	font-weight: bold;
	display: inline-block;
	padding-left: 20px;
	background: url(../img2/tellico.png) no-repeat left center;
}

.head_newli,
.ht_null {
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 16%;
}

.head_newli a,
.ht_null a {
	color: #fff;
	letter-spacing: 1px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 260px;
}

.ht_null {
	top: 40px;
}

.head_tqr {
	float: left;
	line-height: 40px;
}

.head_tqr a {
	margin: 0 28px;
	position: relative;
}

.head_tqr a img {
	position: absolute;
	top: 0;
	left: 5px;
}

.head_tqr a:hover font {
	display: block;
}

.head_tqr a font {
	display: none;
	position: absolute;
	left: -33px;
	z-index: 9999999;
}

#head_tright ul {
	float: right;
	line-height: 40px;
}

#head_tright li {
	float: left;
	margin: 0 10px;
}

#head_tright li a {
	border-right: 1px solid #fff;
	padding-right: 18px;
}

#head_tright li a {
	color: #fff;
}

.head_nav {
	height: 90px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #ccc\9;
	background: #f1f1f1;
}

.head_nav .logo {
	width: 17%;
	height: 60px;
	padding: 15px 0;
}

.mtel {
	display: none;
}


/*导航*/

.navbox {
	padding: 15px 0;
}

.navbox ul > li {
	float: left;
	padding: 0 22px;
	position: relative;
}

.navbox ul > li > a {
	display: block;
	height: 52px;
	line-height: 52px;
	font-size: 15px;
	padding: 0 12px;
	position: relative;
}

.navbox ul > li > a > i {
	display: block;
	width: 0;
	height: 2px;
	background: #ff0003;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s;
}

.navbox ul > li span {
	display: block;
	width: 1px;
	height: 16px;
	background: #ddd;
	position: absolute;
	left: 0;
	top: 20px;
}

.navbox ul > li.active > a,
.navbox ul > li > a:hover {
	color: #ff0003!important;
}

.navbox ul > li.active > a > i,
.navbox ul > li:hover > a > i {
	width: 100%;
}

.ernav {
	width: 100%;
	background: #fff;
	text-align: center;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
	position: absolute;
	left: 0;
	top: 52px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-out 0s;
	z-index: 9;
}

.ernav > ol {
	margin-bottom: -1px;
}

.ernav li a {
	display: block;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
	font-weight: normal;
}

.ernav li a:hover {
	background: #ff0003;
	color: #fff !important;
}

.navbox ul > li:hover > .ernav {
	opacity: 1;
	visibility: visible;
}

.ernav1 {
	width: 400px;
	margin-left: -100px;
	border-top: 1px solid #ff0003;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0px 4px rgba(0, 0, 0, .2);
	transition: all 0.2s ease-out 0s;
	position: absolute;
	left: 0;
	top: 52px;
	background: rgba(255, 255, 255, .95);
	background: #fff\9;
	text-align: center;
	z-index: 9;
}

.ernav1 > ol {
	margin-bottom: -1px;
}

.ernav1 .ernav_pro {
	float: left;
	width: 160px;
	margin-left: 10px;
}

.ernav1 .ernav_pro h2 {
	padding-top: 15px;
	line-height: 42px;
	border-bottom: 1px solid #666;
	font-size: 16px;
}

.ernav1 .ernav_pro h2 a {
	font-size: 16px;
}

.ernav1 li {
	display: block;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
	font-weight: normal;
}

.ernav1 li a {
	display: block;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
	font-weight: normal;
}

.ernav1 li a:hover {
	background: #ff0003;
	color: #fff !important;
}

.navbox ul > li:hover > .ernav1 {
	opacity: 1;
	visibility: visible;
}


/*banner大图*/
/*
.banner {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.banner .bd {
	height: 600px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

.banner .hd {
	width: 100%;
	position: absolute;
	z-index: 999;
	left: 0;
	height: 16px;
	bottom: 20px;
}

.banner .hd ul {
	text-align: center;
}

.banner .hd ul li {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background: #fff;
	margin-right: 10px;
	cursor: pointer;
	overflow: hidden;
}

.banner .hd ul li.on {
	background: #ff0003;
}

.banner .prev,
.banner .next {
	display: block;
	width: 71px;
	height: 80px;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -20px;
}

.banner .prev {
	background: url(../img/lrbtn.png) no-repeat left top;
	left: 5%;
}

.banner .next {
	background: url(../img/lrbtn.png) no-repeat right top;
	right: 5%;
}

*/
/*首页优势*/

.ysbox {
	width: 100%;
	height: 268px;
	margin: 0px auto;
	position: relative;
}

.ysbox_con {
	height: auto;
	padding: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: -50px;
	background: #fff;
	box-shadow: 0px 0px 9px 2px rgba(98, 154, 154, 0.08);
	z-index: 999;
}

.ysbox_tit {
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #575757;
	padding-top: 20px;
}

.ysbox_tit span {
	font-weight: bold;
	font-size: 36px;
	color: #7c7c7c;
}

.ysbox_con ul {
	margin-top: 30px;
}

.ysbox_con li {
	width: 20%;
	height: 103px;
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.ysbox_con li:after {
	border-right: solid 1px #e5e5e5;
	width: 1px;
	height: 185px;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
}

.ysbox_con li:last-child:after {
	border-right: none;
}

.ysbox_con li .ysbox_ico {
	width: 97px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 3px;
	left: 0;
}

.ysbox_con li .ysbox_txt {
	width: 58%;
	display: block;
	padding: 0 10px;
	/* text-align: center; */
	padding-top: 20px;
	color: #aaaaaa;
	font-size: 14px;
	line-height: 26px;
	float: right;
}

.ysbox_con li .ysbox_txt h2 {
	color: #7c7c7c;
	font-size:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ysbox_con li .ysbox_txt p{height:56px;overflow:hidden;line-height: 1.3;}
.ysbox_con li:hover h2 {
	color: #FF0003;
}

/*首页新加生产线*/
.proline{}
.pline_tab{border-bottom: 1px solid #ff0003;border-top: 1px solid #eee;margin: 0 auto 15px;}
.pline_tab li a{float: left;padding:15px 20px;}
.pline_tab .pline_act{color:#fff;background: #FF0003;}
		
.pline_more{padding: 15px 5px;}
			.pline_con li{width: 216px;float: left;margin-right: 30px;text-align: center;}
			.pline_con li img{width: 214px;height: 158px;overflow: hidden;border: 1px solid #eee;}
			.pline_con li:last-child {margin-right: 0px;}
			.pline_con li p{line-height: 35px;border-bottom: 2px solid #ccc;padding-bottom: 5px;position: relative;}
			.pline_con li p:after{content:"";position: absolute;bottom:-2px;left: 0;width: 2px;height:2px;background: transparent;transition: .6s linear;}
			.pline_con li:hover p:after{width: 216px;background: #D90011;}
			.pline_con li:hover p a{color: #D90011;}
			.pline_lx{padding:9px 15px;}
			.pline_lx span{padding:0 0 0 25px;float: left;font-size: 22px;}
			.pline_lx span img{float: left;padding-right: 3px;}
/*首页新加生产线*/

/*首页标题*/

.titlebox {
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 30px;
}

.titlebox .title_tit {
	height: auto;
	overflow: hidden;
	margin: 0 auto 8px;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
}

.titlebox .title_tit i {
	color: #FF0003;
	font-style: normal;
}

.titlebox .title_tit span {
	color: #d90011;
}

.titlebox .title_en {
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	background: url(../img2/titbg.png) center repeat-x;
}

.titlebox .title_en p {
	width: auto;
	display: inline-block;
	padding: 0 30px;
	font-size: 14px;
	color: #b2b2b2;
	background: #f8f8f8;
	margin: 0 auto;
}

.titlebox .title_txt {
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}

/*.probox {padding: 30px 0;}*/

.proleft {
	width: 25%;
	background: #fff;
	min-height: 300px;
}

.proleft .prol_tit {
	height: 90px;
	text-align: center;
	background: #FF0003 url(../img2/tit_line1.png) no-repeat center 90%;
	color: #fff;
	padding: 0 0 15px;
}

.proleft .prol_tit h1 {
	padding-top: 15px;
}

.prol_cate {
	box-sizing: border-box;
	padding: 8px;
	background: #fff;
	border: 1px solid #ccc;
}

.prol_cate dl {
	padding: 5px 0;
}

.prol_cate dt {
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #7c7c7c;
	font-size: 16px;
	transition: .4s;
}

.prol_cate dt a {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prol_cate dd {
	float: left;
	width: 48%;
	margin: 0 1%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	background: url(../img/pro_ico11.png) no-repeat left center;
	padding-left: 20px;
	box-sizing: border-box;
}

.prol_cate dd a {
	color: #666;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prol_cate dt:hover {
	background: #FF0003;
}

.prol_cate dd:hover a {
	color: #FF0003;
}

.view_box {
	margin-top: 30px;
	
}

.proright {
	width: 100%;
	box-sizing: border-box;
	padding: 0 6px 6px;
}

.proright dl {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
}

.proright dl dt {
	width: 35%;
	height: 210px;
	overflow: hidden;
}

.proright dt img {
	width: 100%;
	transition: .6s;
}

.proright dd {
	width: 62%;
	line-height: 2.0;
}

.proright dd h2 {
	color: #fff;
	height: 35px;
	line-height: 35px;
	background: #7c7c7c;
	margin-bottom: 10px;
}

.proright dd h2 b {
	width: 30%;
	background: #FF0003 url(../img/icon1.png) no-repeat 3px center;
	display: inline-block;
	padding-left: 28px;
	margin-right: 10px;
}

.proright dd span {
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	display: block;
	padding-bottom: 10px;
}

.proright dd p {
	color: #999;
	margin-top: 5px;
}

.proright dl:hover img {
	transform: scale(1.2);
}

.proright li {
	width: 19%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	height: 310px;
	overflow: hidden;
	background: #fff;
	padding: 6px;
}

/*.proright li:nth-child(4n) {
	margin-right: 0;
}*/

.proright li .pror_img {
	width: 100%;
	height: 80%;
	overflow: hidden;
}

.proright li img {
	width: 100%;
	display: block;
	height: 100%;
	transition: 0.6s;
}

.proright li p {
	text-align: center;
	height: 45px;
	line-height: 45px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.proright li p:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 2px;
	background: #FF0003;
	margin-left: 50%;
	transform: translateX(-50%);
}

.proright li:hover img {
	transform: scale(1.2);
}

.proright li:hover {
	background: #A20202;
}

.proright li:hover a {
	color: #fff;
	;
}

.proright li:hover p:after {
	background: #fff;
}

/*关于我们*/

.aboutbox {
	background: url(../img2/aboutbg.jpg) no-repeat center center;
	padding: 30px 0;
	border-bottom: 3px solid #3da700;
}

.about_l {
	width: 40%;
	background: #3da700;
	max-height: 329px;
	overflow: hidden;
	box-sizing: border-box;
}

.about_l img {
	padding: 15px;
	width: 100%;
	transition: .6s;
}

.about_r {
	width: 58%;
	padding: 10px;
	box-sizing: border-box;
}

.about_r span {
	color: #999999;
}

.about_r h2 {
	margin: 10px 0;
}

.about_r em {
	display: block;
	width: 60px;
	height: 5px;
	background: #3da700;
	margin: 10px 0;
	transition: .6s;
}

.about_r:hover em {
	width: 150px;
}

.about_r p {
	line-height: 2.0;color: #666;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
}

.about_r a {
	color: #fff;
	padding: 6px 20px;
	background: #3da700;
	transition: .6s;
}

.about_r:hover a {
	padding: 6px 35px;
	border-radius: 15px;
}

.abtel {
	padding-left: 50px;
	background: url(../img/abtel.png) no-repeat left 15px;
	float: right;
}

.about_r .abtel p {
	height: auto;
	line-height: 1.5;
	font-size: 30px;
	color: #3da700;
}


/*广告条*/

.advbox {
	width: 100%;
	height: 290px;
	padding: 62px 0 0;
	background: url(../img2/advbg.jpg) center top no-repeat;
	margin: 0 auto;
}

.advbox .mainb {
	width: 1200px;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-style: italic;
	/* padding-left: 253px; */
	margin: 0 auto;
}

.advbox .mainb .advp1 {
	line-height: 48px;
	font-size: 30px;
	color: #777;
}

.advbox .mainb .advp2 {
	line-height: 78px;
	font-size: 48px;
	color: #d81524;
	letter-spacing: 0px;
	font-weight: bold;
	margin: 0;
}

.advbox .mainb .advp3 {
	line-height: 36px;
	font-size: 22px;
	color: #d90011;
	padding-left: 16px;
	margin: 0 0 6px;
}

.advbox .mainb .advtel {
	height: 36px;
	line-height: 36px;
	    margin-left: 258px;
    margin-top: 10px;
}

.advbox .mainb .advtel b {
	font-size: 21px;
	color: #777;
	font-weight: bold;
	float: left;
	display: block;
	margin: 0 40px 0 25px;
}

.advbox .mainb .advtel a {
	width: 205px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-style: normal;
	float: left;
	display: block;
	background: #FF0003;
}


/*案例展示*/

.casetabli ul {
	text-align: center;
}

.casetabli ul li {
	display: inline-block;
	width: 12%;
	line-height: 48px;
	background: #9d9d9d;
	border-radius: 3px;
	transition: .6s;
	margin: 0 10px;
}

.casetabli ul li:hover {
	background: #FF0003;
}

.selected {
	background: #FF0003;
}

.casetabli ul li a {
	color: #fff;
	display: block;
}

.slibox {
	position: relative;
	margin-top: 60px;
}

.slibox .list {
	width: 100%;
}

.slibox .list li {
	position: relative;
	display: block;
	float: left;
	width: 380px;
	height: 480px;
	margin-right: 30px;
	border: 1px solid #ddd;
	background: #fff;
	transition: all ease 600ms;
	margin-bottom: 30px;
}

.slibox .list li a {
	display: block;
	padding: 30px;
	padding-bottom: 80px;
}

.slibox .list li a img {
	display: block;
	width: 240px;
	height: 240px;
}

.slibox .list li .title {
	margin-top: 20px;
}

.slibox .list li .tit {
	font-size: 20px;
	color: #333;
}

.slibox .list li .case_txt {
	margin-top: 12px;
	font-size: 14px;
	color: #333;
}

.slibox .list li .view_detail {
	position: absolute;
	bottom: 30px;
	left: 30px;
	display: block;
	width: 120px;
	height: 32px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: #A20202;
	color: #fff;
}

.slibox .list li:hover {
	border: 1px solid #A20202;
	background: #A20202;
	transition: all ease 600ms;
}

.slibox .list li:hover .tit {
	color: #fff;
}

.slibox .list li:hover .case_txt {
	color: #eee;
}

.slibox .list li:hover .view_detail {
	background: #fff;
	color: #ff0003;
}

.slibox .hd {
	position: absolute;
	width: 100%;
}

.slibox .hd .prev {
	width: 42px;
	height: 42px;
	background-position: 0px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	left: -80px;
	transition: all ease 600ms;
}

.slibox .hd .next {
	width: 42px;
	height: 42px;
	background-position: -126px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	right: -80px;
	transition: all ease 600ms;
}

.slibox .hd .prev:hover {
	background-position: -42px -60px;
	transition: all ease 600ms;
}

.slibox .hd .next:hover {
	background-position: -84px -60px;
	transition: all ease 600ms;
}


/*见证*/

.cviewcon li {
	float: left;
	display: inline;
}

.cviewcon .cview_img {
	display: block;
	font-size: 0;
	overflow: hidden;
}

.cviewcon .cview_desc {
	background-color: #f2f2f2;
	line-height: 24px;
}

.view_box .hd {
	background: url(../img2/case2.jpg) no-repeat 0 50px;
	height: 55px;
}

.view_box .hd .title {
	font: 26px/40px "微软雅黑", "Microsoft YaHei", "黑体";
}

.cviewtab {
	width: 66px;
	padding-top: 20px;
}

.cviewtab li {
	width: 12px;
	height: 12px;
	font-size: 0;
	background-color: #dfdfdf;
	float: left;
	margin-left: 10px;
	cursor: pointer;
	display: inline;
}

.cviewtab li.cur {
	background-color: #d81c1b;
}

.cview_box .cviewcon {
	position: relative;
	width: 1200px;
	/* height: 230px; */
	overflow: hidden;
	margin-top: 30px;
}

.cview_box .count li {
	padding-right:20px;
	width: 25%;
	/* height: 280px; */
	margin-bottom:15px;
	box-sizing: border-box;
}
 .cview_box .count li:nth-child(4n){padding-right:0;}
.cview_box .count .cview_img {
	width: 100%;
	height: 180px;
}

.cview_box .count .cview_img img {
	width: 100%;
}

.cview_box .count li .cview_desc {
	padding: 10px 0 10px 15px;
}

.cview_box .count li .cview_desc p {
	line-height: 24px;
	height: 24px;
}

.cview_box .count li:hover .cview_desc,
.cview_box .count li.hover .cview_desc {
	background-color: #d81c1b;
	color: #fff;
}

.cview_box .count .p-num {
	font-weight: bold;
}

.cview_box .btn {
	display: block;
	height: 55px;
	position: absolute;
	top: 78px;
	width: 35px;
	z-index: 200;
	cursor: pointer;
}

.cview_box .prev {
	background-position: 0 -88px;
	left: 0;
}

.cview_box .prev:hover {
	background-position: 0 -144px;
}

.cview_box .next {
	background-position: 0 -200px;
	right: 0;
}

.cview_box .next:hover {
	background-position: 0 -256px;
}


/*首页新闻*/

.newsbox {
	height: 430	px;
	background: #fff;
}
.newsbox .titlebox .title_en p{background: #fff;}
.new_l {
	width: 65%;
}

.new_pictxt {
	border: 1px solid #eee;
	height: 160px;
}

.new_pictxt:hover {
	border: 1px solid #ccc;
}

.new_pictxt .new_pic {
	width: 233px;
	height: 160px;
	float: left;
}

.new_pictxt .new_pic img {
	width: 233px;
	height: 160px;
}

.new_pictxt .new_tit {
	margin-left: 20px;
	float: left;
	width: 482px;
}

.new_pictxt .new_tit a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #4c4c4c;
	display: block;
	overflow: hidden;
	font-size: 16px;
	padding: 10px 0 5px;
	border-bottom: 1px solid #ccc;
}

.new_pictxt:hover a {
	color: #FF0003;
}

.new_pictxt .new_tit .new_txt {
	line-height: 30px;
	height: 80px;
	color: #505050;
	display: block;
	overflow: hidden;
	margin-top: 5px;
}

.newl_list {
	min-height: 220px;
	overflow: hidden;
	margin-top: 20px;
}

.newl_list ul {
	width: 100%;
	box-sizing: border-box;
}

.newl_list li {
	width: 49.2%;
	float: left;
	margin: 0 1% 2% 0;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	padding: 0px 12px 0 26px;
	border-radius: 30px;
	border: 2px solid #eee;
	display: block;
	box-sizing: border-box;
	background: url(../img2/pro_ico2.png) no-repeat 10px center;
}

.newl_list li:nth-child(2n) {
	margin-right: 0;
}

.newl_list li a {
	height: 40px;
	line-height: 40px;
	display: block;
	color: #666666;
	overflow: hidden;
	float: left;
	margin-left: 5px;
	width: 75%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newl_list li span {
	font-size: 13px;
	color: #858585;
	float: right;
}

.newl_list li:hover {
	border: 2px solid #ccc;
}

.newl_list li:hover a {
	color: #FF0003;
}

.ntime span {
	color: #999;
	background: url(../img/time.png) no-repeat left center;
	padding-left: 18px;
}

.new_r {
	width: 32%;
}

.new_r ul {
	margin-top: 20px;
}

.new_r li {
	background: #eee url(../img/pro_ico3.png) no-repeat 10px center;
	height: 60px;
	line-height: 60px;
	margin-bottom: 2px;
	display: block;
	overflow: hidden;
	padding-right: 60px;
	border: 1px solid #ccc;
}

.new_r li a {
	width: 90%;
	display: block;
	color: #666;
	padding-left: 40px;
	transition: .6s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_r li:hover {
	background: #ccc url(../img/pro_ico3.png) no-repeat 10px center;
	cursor: pointer;
}

.new_r li:hover a {
	color: #333;
	padding-left: 65px;
}


/*底部*/

.footbox {
	color: #fff;
	border-top: 3px solid #FF0003;
	background: #3da700;
	min-height: 300px;
}

.yqlink {
	border-bottom: 1px solid #fff;
	padding: 20px 0;
}

.yqlink p {
	color: #fff;
}

.yqlink i {
	display: block;
	text-transform: uppercase;
}

.yqlink ul {
	width: 90%;
	padding-top: 13px;
}

.yqlink li {
	float: left;
	padding: 6px 10px;
}

.yqlink li a {
	color: #fff;
}

.footcon .footc_left p {
	line-height: 2.0;
}

.footc_cen {
	width: 360px;
	padding: 0 6%;
	height: 160px;
}

.footc_cen img {
	width: 100%;
	height: 100%;
}

.footc_right p {
	float: left;
	margin-left: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.footc_right p img {
	padding: 6px;
	border: 1px solid #fff;
	display: block;
	margin-bottom: 10px;
	width:121px;
}

.foot_bot {
	text-align: center;
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding: 10px 0;
}

.foot_bot a {
	color: #fff;
	padding-left: 6px;
}

.foot_bot a:hover {
	color: #fff;
}


/*悬浮框*/

.flotbox {
	width: 78px;
	position: fixed;
	right: 1%;
	top: 55%;
	z-index: 999;
}

.flotbox dd {
	width: 78px;
	height: 79px;
	margin-bottom: 1px;
	position: relative;
	background: #7c7c7c;
}

.flotbox dd i {
	width: 78px;
	height: 79px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
}

.flotbox dd i span {
	width: 52px;
	height: 52px;
	display: block;
	margin: 8px 0 0 12px;
	background: url(../img2/floaico.png) no-repeat 0 0;
}

.flotbox dd.gottop {
	display: none;
}

.flotbox .flot_ftel {
	display: block;
	width: 0;
	height: 79px;
	line-height: 79px;
	font-size: 24px;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 78px;
	top: 0;
	right: 0;
	overflow: hidden;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}

.flotbox .qrbox {
	position: absolute;
	right: 100px;
	top: -51px;
	background: #ff0003;
	display: none;
}

.flotbox .qrbox1 {
	width: 160px;
}

.flotbox .qrbox1 img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}

.flotbox .qrbox1 h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}

.flotbox .qrbox1 h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.flotbox .qqbox span {
	background-position: 0 -47px;
}

.flotbox .qqbox a {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
}

.flotbox .qqbox:hover {
	background: #ff0003;
}

.flotbox .ftel span {
	background-position: 0 0;
}

.flotbox .ftel:hover {
	background: #ff0003;
}

.flotbox .erqr span {
	background-position: 0 -105px;
}

.flotbox .erqr:hover {
	background: #ff0003;
}

.flotbox .retop span {
	background-position: 0 -152px;
}

.flotbox .retop:hover {
	background: #ff0003;
}


/*内页快速入口*/

.bys_box {
	background: #fafafa;
	padding: 30px 10px 30px;
	overflow: hidden;
}

.bys_box ul {
	padding: 20px;
	outline: #ededed solid;
	outline-style: double;
	border: 1px solid #ededed;
	overflow: hidden;
}

.bys_box ul li {
	float: left;
	width: 20%;
	text-align: center;
}

.bys_box ul li .bys_con {
	border-right: 1px dotted #c2c2c2;
}

.bys_box ul li .bys_rline {
	border-right: 0px dotted #c2c2c2;
}

.bys_box ul li h3 {
	font-size: 16px;
	color: #1c2537;
	line-height: 160%;
	padding-top: 15px;
}

.bys_box ul li img {
	transition: .6s;
}

.bys_box ul li:hover img {
	transform: translateY(-8px);
}

.bys_line {
	border-top: 0px solid #ccc;
	height: 0px;
	margin: 10px auto;
	position: relative;
}

.bys_line:before {
	background-color: #ccc;
	border: 0px solid #ccc;
	content: "";
	height: 3px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: 0px;
	width: 30px;
}


/*内页*/

.inbanner {
	width: 100%;
	height: 300px;
}

.inbanner .mainb {
	position: relative;
	height: 300px;
}

.inbanner h2 {
	color: #fff;
	background: #FF0003;
	position: absolute;
	bottom: 0;
	left: 10px;
	padding: 30px 50px;
}

.inbanner h2 b {
	display: block;
	width: 120px;
	height: 2px;
	background: #fff;
	margin-bottom: 15px;
}

.inban1 {
	background: url(../img2/inbanner.jpg) no-repeat center center;
}

.ernav_box {
	min-height: 60px;
	line-height: 60px;
	background: #fafafa;
}

.inerli {}

.inerli li {
	float: left;
	padding: 0 28px;
	border-right: 1px solid #fff;

}

.inerli li a {
	color: #333;
	display: block;
	font-size: 16px;
	
}

.inerli li:hover {
	background: #FF0003;
		transition: .6s;
}

.inerli li:hover a {
	color: #fff;
	transition: .6s;
}

.bread p {
	background: url(../img2/brico2.png) no-repeat left center;
	padding-left: 26px;
	    padding-right: 6px;
}

.bread span {
	padding: 0 10px;
	/*border-right: 1px solid #FF0003;*/
	transition: .3s;
	color: #999;
}

.incon {}

.incon img {
	max-width: 100%;
}

.incon h1 {
	text-align: center;
	background: url(../img2/tit_line.png) no-repeat bottom center;
	padding-bottom: 40px;
	letter-spacing: 3px;
}

.prolist .ernav_box {
	background: none;
}


/*分页*/

.page {
	width: 100%;
	margin: 4% auto;
	text-align: center;
	min-height: 30px;
}

.page .pagebox {
	text-align: center;
}

.pagebox span {
	/*border: 1px solid #ccc;*/
	margin-right: 10px;
	margin-bottom: 10px;
	width: 60px;
	line-height: 30px;
	display: inline-block;
	color: #fff;
}

/*.pagebox span a {
	color: #7c7c7c;
	width: 100%;
	display: block;
}
*/
.pagebox a {
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40px;
	line-height: 30px;
	display: inline-block;
	color: #7c7c7c;
	min-width: 60px;
}
.current{
	color: #fff;
	background: #ff0003;
	border: 1px solid #ff0003;
}



.pagebox .pagebox_num_nonce {
	color: #fff;
	background: #ff0003;
	border: 1px solid #ff0003;
}

.pagebox .pagebox_pre,
.pagebox .pagebox_next_nolink,
.pagebox .pagebox_pre_nolink,
.pagebox .pagebox_next {
	width: 90px !important;
}

.prolist .mar30 {
	margin-top: 0;
}


/*留言*/

.lybox .form {
	width: 650px;
	height: auto;
	padding-top: 40px;
	padding-left: 50px;
	float: left;
}

.lybox .form .ly_li {
	width: 437px;
	height: 52px;
	position: relative;
	box-sizing: border-box;
}
.lybox .form .ly_li img{position:absolute;right:10px;top:12px;}
.lybox .form .ly_trea {
	width: 437px;
	height: 200px;
	position: relative;
}

.lybox .form .ly_trea textarea {
	width: 100%;
	height: 160px;
	padding: 10px 10px 10px 77px;
	resize: none;
	overflow-y: hidden;
}

.lybox .form .ly_li input {
	width: 100%;
	height: 23px;
	/*background:#E8E8E8;border:0px;*/
	padding: 10px 10px 10px 77px;
}

.lybox .form .ly_li .ly_tit {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 15px;
}

.lybox .form .subinpu {
	width: 437px;
	height: 52px;
	text-align: center;
}

.lybox .form .subinpu input.sub {
	padding: 10px 25px;
	background: #FF0003;
	color: #fff;
	font-size: 16px;
	border: 0px;
	border-radius: 2px;
}

.lybox .form .subinpu input.sub:hover {
	cursor: pointer;
}

.ly_img img {
	width: 500px;
}


/*放大图*/

.calibox .calicon {
	width: 24%;
	margin-right: 1%;
	margin-top: 2%;
	float: left;
	cursor: pointer;
	background: #999;
	padding: 10px 10px 0;
	box-sizing: border-box;
}

.calibox .calicon:nth-child(4n) {
	margin-right: 0;
}

.calibox .calicon .caliimg {
	width: 100%;
	height: 160px;
	overflow: hidden;
}

.calibox .calicon .caliimg img {
	width: 100%;
	transition: .3s;
}

.calibox .calicon p {
	text-align: center;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #999;
	line-height: 42px;
}

.calibox .calicon:hover p {
	background: #FF0003;
}

.calibox .calicon:hover img {
	transform: scale(1.2);
}

.calibox .calicon:hover {
	box-shadow: 0 10px 15px #ccc;
	background: #FF0003;
}


/*案例列表*/
.casebox{border-bottom: 3px solid #A20202;margin-top: 50px;}


.casebox2 ul.caseul2 {
	float: left;
	width: 100%;
	padding-left: 0px;
}

.casebox2 ul.caseul2 li.caseli2 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-right: 14px;
}

.casebox2 ul.caseul2 li.caseli2 a:hover img {
	opacity: 0.8;
}

.casebox2 ul.caseul2 li.caseli2 a:hover span {
	color: #fff;
	background: #ff0003;
}

.casebox2 ul.caseul2 li.caseli2 span {
	width: 100%;
	height: 45px;
	color: #fff;
	background: #999999;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 45px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.casebox2 ul.caseul2 li.caseli2 img {
	width: 100%;
	display: block;
	height:213px;
	padding: 1px;
}

.caselist2 ul.caseul2 li.caseli2 {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.caselist2 ul.caseul2 li.caseli2:nth-child(4n) {
	margin-right: 0;
}

.caselist2 ul.caseul2 li.caseli2 a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f6f6f6;
}

.caselist2 ul.caseul2 li.caseli2 a:hover {
	background: #666;
}

.case_ico {
	background: url(../img2/look.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.case_panel {
	width: 100%;
	height: 213px;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 1px;
	top: 1px;
	opacity: 0;
	filter: Alpha(opacity=0);
	*zoom: 1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}

.case_panico {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	/*background-position: 0px -105px;*/
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	opacity: 0;
	filter: Alpha(opacity=0);
	*zoom: 1;
}

.caselist2 ul.caseul2 li.caseli2:hover .case_panel {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}

.caselist2 ul.caseul2 li.caseli2:hover .case_panico {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}


/*图文新闻*/

.innewbox {
	position: relative;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .05);
/* 	background-color: #f7f7f7; */
	padding: 40px 10px 10px;
	box-sizing: border-box;
}

.innewdiv {
	position: relative;
	float: left;
	width: 31.33%;
    padding: 10px;
    margin: 1%;
	box-sizing: border-box;
	background: #f7f7f7;
	border:1px solid #ccc;
	
}

.innewdiv img {
	width: 100%;
	height: 100%;
	transition: 0.3s;
	opacity: 1;
}

.innewpic {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	height:234px;
	overflow:hidden;
	-webkit-transform: translateZ(0);
}

.innewdiv .inew_time {
	display: none;
}

.innewcon .innewdiv .inew_time {
	display: block;
}

.innewpic .inew_time {
	position: absolute;
	font-size: 14px;
	left: 4px;
	bottom: 0;
	color: #fff;
	padding: 4px 10px;
	background-color: rgba(255, 255, 255, .0);
	transition: 0.4s;
	opacity: 0.6;
}

.innewdiv h4 a {
	display: block;
	font-size: 16px;
	font-family: "tt_1", Arial, '微软雅黑';
	color: #222;
	margin-top: 16px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s;
}

.innewdiv h4 {
	margin-bottom: 10px;
}

.innewdiv p {
	color: #777;
	height: 60px;
	overflow: hidden;
	    line-height: 1.5;
}

.innewdiv:hover .inew_time {
	opacity: 1;
	color: #fff;
	background-color: #FF0003;
	left: 10px;
}

.innewpic:hover img {
	transform: scale(1.05);
	opacity: 0.7;
}

.newsli .page {
	margin: 4% 0 0;
}


/*新闻文字*/

.newt_con {
	width: 69%;
	box-sizing: border-box;
	padding: 10px;
	min-height: 800px;
}

.newt_con li {
	height: 45px;
	background: #f7f7f7 url(../img/pro_ico22.png) no-repeat 6px center;
	margin: 1% 0;
	line-height: 45px;
	padding: 0 10px 0 25px;
	border-radius: 5px;
}

.newt_con li a {
	display: block;
	width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	transition: .6s;
}

.newt_con li p {
	float: right;
	color: #999;
}

.newt_con li:hover a {
	padding-left: 30px;
}

.rel_box {
	width: 30%;
	margin-top: 18px;
	border-radius: 5px;
}

.rel_box h2 {
	border-left: 5px solid #FF0003;
	padding-left: 10px;
	margin: 0 0 15px;
}

.rel_box li {
	width: 48%;
	float: left;
	margin: 1%;
	text-align: center;
}

.rel_box li .relimg {
	width: 100%;
	height:114px;
	overflow:hidden;
}

.rel_box li .relimg img {
	width: 100%;
	height:100%;
}

.rel_box li p {
	padding: 6px 0;
}

.rel_box .rel_pro,
.rel_box .rel_case,
.rel_box .rel_new {
	background: #f7f7f7;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 6%;
}

.rel_box .rel_new {}

.rel_box .rel_new li {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	background: url(../img/pro_ico22.png) no-repeat left center;
	padding-left: 20px;
	border-bottom: 1px dotted #ccc;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
}

.rel_box .rel_new li a {
	transition: 0.6s;
}

.rel_box .rel_new li a:hover {
	padding-left: 25px;
}

.newsdetail .newt_con {
	background: #fff;
	margin-top: 18px;
}

.newsdetail .newt_con h2,
.newsdetail .newt_con .desc_time {
	text-align: center;
}

.newsdetail .newt_con h2 {
	padding: 20px;
	color: #666;
}

.newsdetail .newt_con .desc_time {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.desc_time span {
	padding: 0 15px;
	border-right: 1px solid #666;
}

.newsdetail .intxt {
	min-height: 600px;
	margin-top:0;
}

.newt_qp{width:1200px !important;}







.updown p {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #eee;
	margin-bottom: 10px;
	padding: 0 10px 0 0;
}

.updown p span {
	padding: 0 15px;
	color: #fff;
	background: #FF0003;
	display: block;
	float: left;
	    margin-right: 10px;
}

.updown p a {
/* 	padding-left: 10px; */
	transition: .6s;
}


/*产品详情*/

.iprodetail {
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}

.iprodetail .iprobimg {
	width: 46%;
	float: left;
	    margin-top: 16px;
}

.iprodetail .iprobimg img {
	width: 100%;
	height:100%;
}


/*图片放大镜*/

div.zoomDiv {
	width: 200px;
	height: 100px;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
/* 	border: 1px solid #ccc; */
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomDiv img {
	width: auto;
	max-width: none;
	height:auto;
}

div.zoomMask {
	cursor: crosshair;
	background: #000;
	border: 1px solid #fff;
	filter: alpha(opacity=15);
	-webkit-opacity: .15;
	-moz-opacity: .15;
	-ms-opacity: .15;
	-o-opacity: .15;
	opacity: .15;
	position: absolute;
	z-index: 1;
	width:60px !important;
	height:60px !important;
}
.iprodetail .iprobimg{overflow:hidden !important;}

/*图片放大镜样式*/

#preview img {
	max-width: none;
}

.jqzoom {
	float: left;
	border: none;
	position: relative;
	/* padding: 10px; */
	cursor: pointer;
	margin: 0px;
	display: block;
	width:100%;
	height:100%;
}

.jqzoom img {
	/* width: 50%; */
	height: auto;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100px;
	border: 1px solid #aaa;
	background: #ffffff/*url(zoom.png) 50% center no-repeat*/
	;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}


/*图片小图预览列表*/

.spec-preview {
	width: 100%;
	height: 420px;
	border: 1px solid #DFDFDF;
	overflow: hidden;
	box-sizing: border-box;
}

.spec-scroll {
	clear: both;
	width: 500px;
	margin-top: 20px;
}

.spec-scroll .prev {
	float: left;
	margin-right: 5px;
}

.spec-scroll .next {
	float: right;
	margin-left: 5px;
}

.spec-scroll .prev,
.spec-scroll .next {
	display: block;
	font-family: "宋体";
	text-align: center;
	width: 5px;
	line-height: 94px;
	cursor: pointer;
	text-decoration: none;
	float: left;
}

.spec-scroll .items {
	float: left;
	position: relative;
	width: 480px;
	height: 96px;
	overflow: hidden;
}

.spec-scroll .items ul {
	position: absolute;
	width: 99999px;
}

.spec-scroll .items ul li {
	float: left;
	width: 110px;
	padding-right: 11px;
	text-align: center;
}

.spec-scroll .items ul li img {
	cursor: pointer;
	display: block;
	width: 110px;
	padding: 1px;
	border: 1px solid #ccc;
	height: 90px;
	float: left;
}

.spec-scroll .items ul li img:hover {
	border: 2px solid #ff0003;
	padding: 1px;
}

.iprodetail .iprod_con {
	width: 51.5%;
	float: right;
	margin-top: 16px;
	box-sizing: border-box;
	padding: 0 10px 10px;
}

.iprodetail .iprod_tit {
	font-size: 24px;
	line-height: 28px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
}

.iprodetail .iprod_desc {
	margin-top: 18px;
	background: #f8f8f8;
	box-sizing: border-box;
	padding: 10px;
}

.iprodetail .iprod_name {
	font-size: 18px;
	color:#D90011;
}

.iprodetail .iprod_txt {
	font-size: 15px;
	max-height: 58px;
	text-align: justify;
	line-height: 26px;
	color: #666;
	margin-top: 8px;
	overflow: hidden;
}

.iprodetail .iprod_btn {
	display: block;
	width: 20%;
	height: 41px;
	line-height: 41px;
	background: #ff0003;
	font-size: 0;
	float: left;
	margin-right: 10px;
	text-align: center;
	margin-top: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.iprodetail .iprod_btn > * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
}

.iprodetail .iprod_btn:hover {
	filter: alpha(opacity: 80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	opacity: .8;
}

.prodetail .newt_con {
	margin-top: 10px;
}

.protitle {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #eee;
	margin-bottom: 10px;
	padding: 0 10px 0 0;
}

.protitle span {
	padding: 0 35px;
	color: #fff;
	background: #FF0003;
	display: block;
	float: left;
}

.ipro_cons {
	padding: 20px 0;
}

.ipro_contect {
	box-sizing: border-box;
	padding: 10px;
}

.prodetail .inerli li{padding:0 15px;font-size:14px\9;padding:0 4px\9;}
.prodetail .inerli li:nth-last-child(1),.prodetail .inerli li:nth-last-child(2){display:none;}
.intxt,.ipro_cons{font-size: 15px;line-height: 26px;color: #666;padding:20px 0;}
.newt_qp .intxt{ min-height:auto;}
.prodetail{position: relative;}
.prodetail .newt_con,.prodetail .rel_box{width:100%;}
.prodetail .rel_box li{width:23%;}
.prodetail .rel_box li .relimg{height:194px;}
.prodetail .rel_box .rel_new li{width:48%;}
.prodetail .rel_box .rel_pro{margin-bottom:2%;}
.prodetail .iprodetail .iprod_con p{padding: 18px 0 10px 0;
    border-bottom: 1px dashed #eee;}
.prodetail .protitle span a{color: #fff;}
.prodetail .ipro_contect{padding:10px 0;}
.prodetail .prosp{width:1200px;padding: 0;height: 50px;
    line-height: 50px;}
.prodetail .prosp span{display:block;width: 25%;box-sizing: border-box;border-left: 1px solid #fff;text-align: center;background: #6e6e6e;border-top: 2px solid #ff0003;}
.prodetail .prosp span a{display: block;}
.prodetail .prosp span:hover{background: #D90011;}
.prodetail .active{border-top: 2px solid #6e6e6e !important;background: #D90011 !important;}
.prodetail .newt_con,.prodetail .ipro_cons{padding: 10px 0;}

@media (max-width: 768px) {
	body {
		min-width: 660px;
		max-width: 660px;
		margin: auto;
		font-size: 14px;
	}
	.mainb {
		width: 98%;
	}
	.head_nav .mainb {
		width: 100%;
	}
	.head_top,
	.flotbox {
		display: none;
	}
	.about_r .abtel {
		display: none;
	}
	.navbox .ernav,.navbox .ernav1 {
		display: none !important;
	}
	.navbox ul > li.active > a, .navbox ul > li > a:hover{color:#fff !important;}
	.head_nav .logo{width:28%;}
	.logo img {
		padding-left: 10px;
		    width: 100%;
	}
	.head_nav {
		border-top: 2px solid #FF0003;
	}
	.mtel {
		display: block;
		float: right;
		padding: 15px 0;
		color: #FF0003;
		text-align: right;
		padding-right: 10px;
	}
	.mtel span {
		color: #7c7c7c;
	}
	.mtel p {
		font-weight: bold;
		font-size: 1.5em;
		padding-top: 6px;
		letter-spacing: 2px;
	}
	.navbox {
		padding: 0;
		background: #FF0003;
		border-top: 1px solid #eee;
		border-left: 1px solid #eee;
	}
	.navbox a {
		color: #fff;
	}
	.navbox ul > li span {
		display: none;
	}
	.navbox ul > li {
		width: 25%;
		box-sizing: border-box;
		text-align: center;
		border-bottom: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	
	.banner,
	.banner .bd {
		height: 204px;
	}
	.banner .bd img {
		width: 100%;
	}
	.banner .bd {
		margin-left: -50%;
		width: 100%;
	}
	.ysbox {
		height: auto;
	}
	.ysbox_con {
		box-sizing: border-box;
		position: initial;
	}
	.ysbox_tit span {
		font-size: 1.8em;
	}
	.ysbox_tit {
		font-size: 1.1em;
		line-height: 2.0;
		padding-top: 0;
	}
	.ysbox_con li:nth-child(2n):after {
		border-right: none;
	}
	.ysbox_con li {
		width: 50%;
	}
	.ysbox_con li:nth-child(3),
	.ysbox_con li:nth-child(4) {
		border-top: 1px solid #E5E5E5;
	}
	.ysbox_con li:nth-child(5){display:none;}
	.titlebox span {
		font-size: 1.8em;
	}
	.titlebox strong {
		font-size: 1.9em;
	}
	.proleft {
		width: 100%;
		float: none;
	}
	.proleft .prol_tit {
		display: none;
	}
	.prol_cate {
		box-sizing: border-box;
	}
	.prol_cate dl {
		width: 48%;
		float: left;
		margin: 1%;
		height:95px;
		overflow:hidden;
	}
	.proright dl dt {
		height: 160px;
	}
	.proright {
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.proright dd p {
		height: 80px;
		overflow: hidden;
	}
	.proright li {
		height: 175px;
	}
	.proright li .pror_img {
		height: 106px;
	}
	.advbox {
		display: none;
	}
	.about_l{background: none;}
	.about_r p {
		height: 80px;
	}
	.casebox{display: none;}
	.casetabli ul li {
		width: 20%;
	}
	.caselist_con .tempWrap {
		width: 100% !important;
	}
	.slibox .list li {}
	.casetabli,
	#scroll {
		display: none !important;
	}
	.cview_box .cviewcon {
		width: 100%;
	}
	.new_l {
		width: 100%;
	}
	.new_pictxt .new_pic {
		width: 30%;
	}
	.new_pictxt .new_tit {
		width: 60%;
		float: right;
	}
	.new_pictxt .new_tit .new_txt {
		height: 65px;
	}
	.new_r {
		display: none;
	}
	.bys_box {
		display: none;
	}
	.yqlink ul {
		width: 85%;
	}
	.footc_cen {
		display: none;
	}
	.inbanner,
	.inbanner .mainb {
		height: 260px;
	}
	.ernav_box {
		padding: 10px 0;
	}
	.inerli {
		width: 100%;
		float: none;
	}
	.inerli li {
		border: dotted 1px #FF0003;
		margin: 1%;
		width: 14.6%;
		padding: 0;
		box-sizing: border-box;
		text-align: center;
		
	}
	.inerli li a {
		color: #FF0003;
		font-size:1em;
	}
	.prodetail .inerli li{padding:0;}
	.ernav_box {
		line-height: 40px;
	}
	.bread {
		float: none;
		clear: both;
		text-align: center;
	}
	.bread p {
		background: url(../img/brico2.png) no-repeat 30% center;
	}
	.bread span:hover {
		border-right: 1px solid #FF0003;
	}
	.incon img {
		padding: 0;
		    /* height: auto !important; */
	}
	.iprodetail .incon img,.newsdetail .incon img {
    height: auto !important;
}
	.inbanner {
		clear:both;
		background-size: 100% 100%;
		
	}
	.inbanner h2 {
		display: none;
	}
	.prolist .ernav_box {
		min-height: 30px;
	}
	.ly_img {
		display: none;
	}
	.lybox .form {
		float: none;
	}
	.calibox .calicon {
		width: 31.6%;
		margin: 1%;
	}
	.calibox .calicon:nth-child(4n) {
		margin-right: 1% !important;
	}
	.calibox .calicon:nth-child(3n) {
		margin-right: 0;
	}
	.calibox .calicon .caliimg {
		height: 130px;
	}
	.case_panel {
		display: none;
	}
	.innewdiv h4 {
		margin-bottom: 0;
	}
	.newt_con {
		width: 100%;
		padding: 10px;
		    min-height: auto;
	}
	.rel_box {
		display: none;
	}
	.newsdetail .intxt {
		padding: 10px;
		box-sizing: border-box;
	}
	.iprodetail .iprod_txt {
		height: 48px;
	}
	.zoomDiv {
		display: none !important;
	}
	.iprodetail .iprod_btn {
		width: 30%;
	}
	
	.intxt,.ipro_cons{font-size: 15px;line-height: 26px;color: #666;padding:20px 0;}
	.casebox2 ul.caseul2 li.caseli2 img{height:123px;}
	.newt_qp{width:100% !important;}
	.navbox{width:100%;}
	.navbox ul > li,
	.navbox ul > li > a {
		padding: 0;
	} 
	.spec-preview{height:auto;}
	.prodetail .prosp{width:100%;}
	.prodetail .prosp span:nth-child(n+1){display:none;}
	.prodetail .prosp span:nth-child(1){display:block;}
	.yqlink{display:none;}
	.proline{display: none;}
	
	.cview_box .count li{width:48%;margin:1%;padding:0;height:auto;}
	.cview_box .count .cview_img {
    height: 195px;
}
	.cview_box .count .cview_img img{height:100%;}
	.cview_box .count li .cview_desc p{overflow:hidden;
	text-overflow:ellipsis;white-space:nowrap;}
	.cview_box .cviewcon{margin-top:10px;}
}



@media (max-width: 640px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
		overflow-x: hidden;
		margin: 0;
		font-size: 14px;
	}

	.mtel {
		padding-top: 12px;
		padding-bottom: 5px;
	}
	.mtel p {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	.banner .prev,
	.banner .next {
		display: none;
	}
	.banner .hd {
		bottom: 6px;
	}
	.banner,
	.banner .bd {
		height: 107px;
	}
	.ysbox_tit span {
		font-size: 1.4em;
	}
	.ysbox_con li .ysbox_ico {
		display: none;
	}
	.ysbox_con li .ysbox_txt {
		width: 100%;
		box-sizing: border-box;
	}
	.about_l,
	.about_r {
		width: 100%;
	}
	.about_r {
		min-height: 230px;
	}
	.proleft {
		min-height: 120px;
	}
	.prol_cate dl {padding:0;height:auto;}
	.prol_cate dd {
		display: none;
	}
	.mar30 {
		
		margin-top: 0;
	}
	.intxt{padding:3px;}

	.newsbox {
		height: auto;
		min-height: 600px;
	}
	.proright {
		padding: 0;
	}
	.proright dl {
		display: none;
	}
	.proright li {
		width: 49%;
	}
/*	.proright li:nth-child(4n) {
		margin-right: 1% !important;
	}*/
/*	.proright li:nth-child(2n) {
		margin-right: 0 !important;
	}*/
	.new_pictxt,
	.bys_box {
		display: none;
	}
	.newl_list {
		margin-top: 0;
	}
	.newl_list li {
		width: 100%;
	}
	.yqlink {
		display: none;
	}
	.foot_bot {
		margin-top: 0;
	}
	.footbox {
		min-height: 20px;
	}
	.footc_left,
	.footc_right {
		display: none;
	}
	.footbox {
		margin-top: 0;
		border: none;
	}
	.foot_bot {
		border-top: 2px solid #FF0003;
	}
	.footbox {
		margin-bottom: 45px;
	}
	.mbotm {
		display: block;
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 45px;
		background: #FF0003;
		border-top: 1px solid #eee;
		z-index: 9999;
	}
	.mbotm li {
		float: left;
		width: 25%;
		box-sizing: border-box;
		border-left: 1px solid #eee;
	}
	.mbotm li:first-child {
		border-left: 0;
	}
	.mbotm li a {
		display: block;
		height: 45px;
		color: #fff;
		padding-top: 3px;
		text-align: center;
	}
	.mbotm li a img {
		margin: 0 auto;
		width: 20px;
		height: 19px;
	}
	.mbotm li a span {
		display: block;
		height: 20px;
		line-height: 20px;
	}
	.inbanner,
	.inbanner .mainb {
		height: 100px;
	}
	.inmain {
		width: 100%;
		margin: 0 auto;
	}
	.inbanner h2 {
		padding: 18px 30px;
	}
	.inerli li {
		width: 32.33%;
		margin: 0 1% 1% 0;
	}
	.bread p {
		background: none;
		padding-top: 10px;
	}
	.lybox .form,
	.lybox .form .ly_li {
		width: 100%;
	}
	.lybox .form {
		padding-left: 0;
	}
	.lybox .form .ly_li input {
		padding-left: 0;
		padding-right: 0;
		box-sizing: border-box;
		height: 40px;
	}
	.lybox .form .ly_trea textarea {
		padding-left: 0;
		padding-right: 0;
	}
	.titlebox{margin-bottom: 20px;}
	.titlebox .title_tit{font-size: 1.6em;}
	.titlebox .title_txt{font-size: 1em;line-height:1.5;}
	.about_l img{padding: 0;}
	.calibox .calicon {
		width: 48%;
		margin: 1%;
	}
	.calibox .calicon:nth-child(4n) {
		margin-right: 1% !important;
	}
	.calibox .calicon:nth-child(3n) {
		margin-right: 1%;
	}
	.calibox .calicon:nth-child(2n) {
		margin-right: 0;
	}
	.calibox .calicon .caliimg {
		height: 110px;
	}
	.calibox .calicon .caliimg img {
		height: 100%;
	}
	.incon h1 {
		padding: 30px 0 40px;
	}
	.casebox2 ul.caseul2 {
		margin-top: 30px;
	}
	.caselist2 ul.caseul2 li.caseli2 {
		width: 48%;
		margin: 1%;
	}
	.caselist2 ul.caseul2 li.caseli2:nth-child(4n) {
		margin-right: 1% !important;
	}
	.caselist2 ul.caseul2 li.caseli2:nth-child(2n) {
		margin-right: 0 !important;
	}
	.innewdiv {
		width: 100%;
		border: 1px solid #eee;
		margin-bottom: 4%;
	}
	.newt_con p span:first-child {
		display: none;
	}
	.newsdetail .intxt {
		padding: 0;
	}
	.newt_con,
	.ipro_contect {
		padding: 3px;
	}
	.newsdetail .updown span,
	.prodetail .updown span {
		display: block !important;
	}
	.iprodetail .iprobimg,
	.iprodetail .iprod_con {
		width: 100%;
	}
	.spec-preview {
		box-sizing: border-box;
	}
	.iprodetail .iprod_btn {
		background: #666;
	}
	.navbox ul > li.active > a, .navbox ul > li > a:hover{color:#fff !important;}
	.navbox ul > li > a{height:40px;line-height:40px;}
	
	.ysbox_con .ysbox_tit p{display:none;}
	.ysbox_con ul{margin-top:10px;}
	.ysbox_con li .ysbox_txt h2{font-size:1.2em;}
	
	.newsdetail .newt_con h2{ padding: 10px;}
	.newsdetail .newt_con .desc_time{padding-bottom:20px;}
		.head_nav .logo{width:45%;padding: 5px 0;}
.prodetail .iprodetail .iprod_con p {
    padding: 10px 0 0 0;
}
.prodetail .prosp span{width:auto;}
.cview_box .count .cview_img{height:125px;}
.proright li{height:185px;}
.proright li .pror_img{height:116px;}




}


@media (max-width: 370px) {
	
}